home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 414_02 / demos / newdemo.def < prev    next >
Encoding:
Text File  |  1993-04-23  |  1.1 KB  |  51 lines

  1. NAME newdemo windowcompat
  2.  
  3. DESCRIPTION 'test'
  4.  
  5. PROTMODE
  6.  
  7. STACKSIZE 32767
  8.  
  9. IMPORTS
  10. VioGetCurType=vio32.Vio32GetCurType
  11. VioSetCurType=vio32.Vio32SetCurType
  12. VioGetCurPos=vio32.Vio32GetCurPos
  13. VioSetCurPos=vio32.Vio32SetCurPos
  14. VioGetMode=vio32.Vio32GetMode
  15. VioSetMode=vio32.Vio32SetMode
  16. VioReadCellStr=vio32.Vio32ReadCellStr
  17. VioWrtTTY=vio32.Vio32WrtTTY
  18. VioWrtNAttr=vio32.Vio32WrtNAttr
  19. VioGetConfig=vio32.Vio32GetConfig
  20. VioScrollUp=vio32.Vio32ScrollUp
  21. VioWrtCellStr=vio32.Vio32WrtCellStr
  22. VioWrtNCell=vio32.Vio32WrtNCell
  23. VioWrtCharStr=vio32.Vio32WrtCharStr
  24. Kbd32CharIn=kbd32.Kbd32CharIn
  25. Kbd32Peek=kbd32.Kbd32Peek
  26. Kbd32FlushBuffer=kbd32.Kbd32FlushBuffer
  27. Kbd32GetStatus=kbd32.Kbd32GetStatus
  28. Kbd32SetStatus=kbd32.Kbd32SetStatus
  29. PDCURSES.newwin
  30. PDCURSES.LINES
  31. PDCURSES.waddstr
  32. PDCURSES.initscr
  33. PDCURSES.COLS
  34. PDCURSES.wmove
  35. PDCURSES.init_pair
  36. PDCURSES.wbox
  37. PDCURSES.wgetch
  38. PDCURSES.wattron
  39. PDCURSES.endwin
  40. PDCURSES.PDC_chadd
  41. PDCURSES.delwin
  42. PDCURSES.wrefresh
  43. PDCURSES.delay_output
  44. PDCURSES.start_color
  45. PDCURSES.subwin
  46. PDCURSES.wattrset
  47. PDCURSES.stdscr
  48. PDCURSES._cursvar
  49. PDCURSES.flushinp
  50. PDCURSES.werase
  51.